10. Datalist Quiz

Datalist Quiz

Question:

Start Quiz:

<!DOCTYPE html>

<!--
Turn this dropdown into a datalist! See the instructor notes for more information on datalists.
-->

<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Quiz - Datalists</title>
</head>
<body>
    <p>What kind of event are you hosting?</p>
    <select>
        <option>Party</option>
        <option>Meeting</option>
        <option>Conference Talk</option>
        <option>Sports Game</option>
    </select>
</body>
</html>
Solution:

INSTRUCTOR NOTE:

Datalists on MDN

Follow us online!

@cwpittman

@greenido

+greenido